/* 顶部导航 */
.header-wrap {
  width: 100%;
   height: 1rem; 
  background: red;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  transition: all 0.365s;
  background: #fff !important;
  
}

.headerHide {
  height: 0;
  overflow: hidden;
}

.headerBg {
  background: rgba(255, 255, 255, 1);
}

.indexHeaderBg {
  background: rgba(0, 0, 0, 0.5);
}

.index-img2 {
  display: none;
}

.indexHeaderBg .index-img1 {
  display: none;
}

.indexHeaderBg .index-img2 {
  display: block;
}

.indexHeaderBg .header-menu-a,
.indexHeaderBg .header-lang p {
  color: black;
}
.header-first .last {
  margin-left: 0.7rem;
  font-size: 0.22rem;
}

/*  */
.header-box {
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo {
  margin: 0.2rem 0;
  width: 1.8rem;
  height: 0.6rem;
}

.header-logo img {
  height: 100%;
  width: auto;
}

.header-nav-box {
  height: 100%;
  display: flex;
  align-items: center;
}

.header-nav {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-menu {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.header-menu:hover .header-menu-a {
  border-bottom: 0.04rem solid #003abc;
}
.header-menu-a {
  display: block;
  height: 100%;
  /* padding: 0 0.3rem ; */
  margin: 0 0.3rem;
  padding: 0.1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  /* transition: all .365s; */

  font-size: 0.18rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}

.header-menu:hover .header-menu-a {
  font-weight: bold;
}

.header-menu .active,
.header-nav-active {
  font-weight: bold;
  position: relative;
}

/* .header-nav-active::after {
    content: '';
    width: 0.7rem;
    height: 0.02rem;
    background: #10C8DE;
    border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
    position: absolute;
    bottom: 0rem;
    left: 50%;
    transform: translateX(-50%);
    transition: all .365s;
} */

/* .header-first:hover::after {
    width: 100%;
} */

.header-first:hover .header-level-box {
  height: auto;
  /* display: block; */
  opacity: 1;
  /*top: 1rem;*/
  transition: all 0.365s;
}

.header-level-box {
  position: absolute;
  height: 0;
  opacity: 0;
  overflow: hidden;
  /*top: 0.7rem;*/
  top: 100%;
  left: 50%;
  z-index: 99;
  transform: translateX(-50%);
  min-width: 100%;
  box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.1);
  transition: all 0.365s;
  border-radius: 0 0 0.05rem 0.05rem;
  background: #fff;
}

.header-level {
  /* width: 1.92rem; */
  padding: 0.1rem 0.25rem;
  white-space: nowrap;
  min-height: 0.5rem;
  transition: all 0.2s;
  border-bottom: 1px solid #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: rgba(255, 255, 255, 0.6); */

  font-size: 0.14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 0.19rem;
  color: #707070;
  text-align: center;
}

.header-level:hover {
  font-weight: bold;
  /* background: #10C8DE; */
}

.header-level-active {
  position: relative;
  font-weight: bold;
}

/*  */
.header-search-box {
  margin-left: 0.5rem;
  display: flex;
  align-items: center;
}

.header-search {
  width: 0.24rem;
  cursor: pointer;
}

.header-lang {
  display: flex;
  align-items: center;
  margin-left: 0.35rem;
  cursor: pointer;
}

.header-lang img {
  width: 0.22rem;
}

.header-lang p {
  font-size: 0.17rem;
  font-family: MicrosoftYaHei-, MicrosoftYaHei;
  font-weight: normal;
  color: #333;
  margin-left: 0.05rem;
}


.common-phone-header,
.side-wrap{
    display: none;
}
@media only screen and (max-width: 1024px) {
    .header-wrap {
        display: none;
    }
    .common-phone-header {
        display: block !important;
    }
    .side-wrap {
        display: block !important;
    }
    .common-phone-header {
        position: fixed;
        z-index: 10000;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
    }
    .common-phone-header-inner {
        display: flex;
        height: 50px;
        border-bottom: 1px solid #eee;
        padding: 0 15px;
        justify-content: space-between;
        align-items: center;
    }
    .header-menu-phone{
        height: 30px;
        width: auto;
    }
    .header-logo-phone {
        height: 30px;
        width: auto;
    }
    .header-search-phone {
        height: 30px;
        width: auto;
    }
    .header-search-box-phone {
        display: none;
    }
    .header-search-input-phone {
        border-radius: 20px;
        height: 35px;
        border-width: 1px;
        border: 1px solid #333;
        padding: 0 10px;
        font-size: 14px;
    }
    .side-modal {
        display: none;
        position: fixed;
        z-index: 99999;
        left: 0;
        top: 0;
        height: 100vh;
        width: 100vw;
        background:rgba(0, 0, 0, .5);
    }
    .side-container {
        display: none;
        position: fixed;
        z-index: 100000;
        left: 0;
        top: 0;
        height: 100vh;
        width: 6.4rem;
        background-color: #fff;
        color: #000;
        border-left: 1px solid #eee;
        animation: ani_side 1s;
    }
    .side-container.shown {
        display: block;
    }
    @keyframes ani_side{
        from {
            display: none;
            width: 3rem;
        }
        to {
            display: block;
            width: 6.4rem;
        }
    }
    .side-wrap {
        width: 100%;
    }
    .side-top {
        display: flex;
        height: 60px;
        padding: 0 20px 0 30px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #eee;
    }
    .side-logo {
        height: 30px;
        width: auto;
    }
    .side-close {
        width:.48rem;
    }
    .side-bottom {
        padding:  0 .48rem 0 .72rem;
        height: 80vh;
        overflow-y: scroll;
    }
    .nav-item-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: .27rem 0 .27rem 0;
        border-bottom: 1px solid #eee;
    }
    .nav-item-inner span{
        display: flex;
        align-items: center;
        font-size: 14px;
    }
    .nav-item-inner a{
        display: flex;
        align-items: center;
        font-size: 14px!important;
    }
    .nav-item-inner img{
        width: .4rem;
    }
    .side-nav-list .nav-item a{
        color: #000;
        font-size: .26rem;
        width: 100%;
        display: inline-block !important;
    }
    .side-nav-list .side-local-img {
        width: .3rem;
        margin-right: .2rem;
        vertical-align: text-bottom;
    }   
    .side-nav-list-sub {
        display: none;
    }
    .side-nav-list-sub  .side-back-img {
        width: .3rem;
        margin-right: .2rem;
        vertical-align: text-bottom;
    }

}




